home *** CD-ROM | disk | FTP | other *** search
/ Color Magic Clip Art / Color Magic Clip Art CD-ROM.ISO / pc / library / moo.doc < prev    next >
Encoding:
Text File  |  1992-08-27  |  6.4 KB  |  162 lines

  1.                  HOW TO USE THE MOO MENU SYSTEM
  2.  
  3. 1.  LAUNCHING PROGRAMS
  4.  
  5. MOO is a menu system to help you launch programs.
  6.  
  7. Click your mouse on the program that you want to run.  Or
  8. highlight the program (using the arrow keys -- or typing the
  9. item's first letter), and then hit ENTER.
  10.  
  11. If there's more items than fit on the screen, hit one of the
  12. keys listed at the bottom of the menu (- PgUp Home End PgDn +)
  13. to see more items.  Or click on a key-name with your mouse.
  14. Or use your mouse to click or drag on the scrollbar.
  15.  
  16. 2.  MOO FILES
  17.  
  18. MOO consists of some program/help files starting with "MOO,"
  19. plus any number of menu files ending in ".MOO" (like
  20. "MAINMENU.MOO").  Each menu file can hold 500 items.  These
  21. files should be in some subdirectory on your PATH.
  22.  
  23. There's "MOO for DOS" and "MOO for Windows."  Either can set up
  24. MOO menus for your programs, or run programs from existing MOO
  25. menus.  Both use the same menu format.
  26.  
  27. MOO for DOS uses files MOO1.EXE and MOO2.BAT (don't rename
  28. either), a startup file (usually called MOO.BAT), and three help
  29. files that display within MOO (MOO.DOC, MOO-ED.DOC, and
  30. MOO-LITE.DOC).  To load or create a MOO menu from the DOS
  31. prompt, enter "MOO" followed by the menu name (1 to 8 characters
  32. -- you may omit ".MOO").  Entering "MOO" alone is the same as
  33. typing "MOO MAINMENU"; this loads MAINMENU.MOO.
  34.  
  35. MOO for Windows uses files MOOW.EXE, MOOWEDIT.EXE, MOOW.HLP,
  36. and MOOWEDIT.HLP (don't rename the last three).  You can start
  37. MOOW.EXE from Windows in the normal ways; you can install it on
  38. the Program Manager, for example, or double-click on it from
  39. the Windows File Manager.  Run "MOOW MENUNAME" to load a
  40. specific menu.
  41.  
  42. You're now reading MOO.DOC.  The three DOC files focus on MOO
  43. for DOS.  For info on MOO for Windows, start MOOW.EXE from
  44. Windows.
  45.  
  46. MOO comes with two sample MOO menus to explore (MAINMENU.MOO and
  47. SAMPLE.MOO), three files for customizing MOO (MOO-FULL.BAT,
  48. MOO-LITE.BAT, and MOO-NET.BAT), a short FREERAM.COM to help you
  49. see the memory demands of MOO's execution modes, and a
  50. README.TXT file.  MOO may produce temporary MOO$...BAT files
  51. for executing programs.
  52.  
  53. 3.  THE FILE MENU
  54.  
  55. NEW MENU creates a blank untitled menu.  Add the items that you
  56. want, and then save the menu to the disk.
  57.  
  58. OPEN OLD MENU displays your MOO menus, and lets you open one.
  59.  
  60. You might want to keep copies on your disk of MOO menus that you
  61. set up for friends, relatives, or clients.  You can display the
  62. menus if they phone for help.
  63.  
  64. SAVE MENU TO DISK (Alt-S) saves menu changes, so that you don't
  65. lose them.  As you edit a menu, save it frequently.
  66.  
  67. SAVE MENU AS saves the current menu under a different name.  You
  68. can use this to make backups of your menus.
  69.  
  70. REVERT TO MENU ON DISK cancels changes to a menu since your last
  71. save.  Use this when you mess things up.
  72.  
  73. FIND FILE (Alt-I) locates files on the hard disk, so you can add
  74. them to the menu.
  75.  
  76. CREATE MENU AUTOMATICALLY puts all the programs on your disk
  77. into a menu.  You can include DOS programs, or Windows programs,
  78. or both.  MOO may sometimes guess wrong on whether a program
  79. runs under DOS or Windows.
  80.  
  81. This gives a quick way to set up a hard disk.  You'll have to
  82. clean up the menu a bit -- replacing "Wp" with a title like
  83. "WordPerfect 5.1 for DOS," for example.
  84.  
  85. PRUNE OFF NONEXISTENT ITEMS marks items that refer to
  86. nonexistent programs or directories.  You can then erase the
  87. items, or correct the program or directory names.
  88.  
  89. Use this to check a menu's accuracy -- after you create it or
  90. after you've erased or relocated programs.
  91.  
  92. EXIT PROGRAM (F5 or Alt-Q) quits the MOO menu program.
  93.  
  94. 4.  THE EDIT MENU
  95.  
  96. MODIFY MENU ITEMS (Alt-M) lets you add, modify, or drop menu
  97. items.  DEFAULT MODE changes execution modes.  For more info,
  98. pick "How to edit menu items" from the "Help" menu.
  99.  
  100. SWITCH TO LIMITED MENUS turns off options that modify MOO menus.
  101. Use this to make MOO easier for novice users -- or to keep
  102. children or employees from changing menus.
  103.  
  104. You can start MOO from the DOS prompt in three ways.  Entering
  105. "MOO-FULL" puts you into full-menu mode.  "MOO-LITE" puts you
  106. into limited-menu mode.  And "MOO-NET" puts you into a
  107. limited-menu mode for network use which gives each user an
  108. individual temporary MOO$...BAT file for executing programs.
  109.  
  110. To have the "MOO" command from DOS start in one of these ways,
  111. copy "MOO-FULL.BAT" or "MOO-LITE.BAT" or "MOO-NET.BAT" to
  112. overwrite "MOO.BAT."  You can rename this startup file to
  113. whatever you like (e.g., "MENU.BAT").
  114.  
  115. If you don't want to add the MOO-directory to your PATH, you can
  116. put the startup file (e.g., MOO.BAT) in some directory on your
  117. path, and then add commands to switch drive and directory (e.g.,
  118. "C:" and "CD \MOO") after its third line.  Or you can switch to
  119. the MOO-directory before starting MOO.
  120.  
  121. SET PASSWORD FOR USING FULL MENUS lets you require that only
  122. users who know your password be allowed to switch to full menus.
  123. Use this (with the MOO-LITE or MOO-NET sign on) to provide
  124. security against the menus begin modified.  For even greater
  125. security, remove the MOO-FULL.BAT, MOO.DOC, and MOO-ED.DOC files
  126. from the disk -- or make your MOO menu files read-only.
  127.  
  128. 5.  THE ADAPT MENU
  129.  
  130. This has eleven options for customizing menu appearance, sound
  131. effects, the screen blanker, etc.  MOO for Windows has further
  132. options (e.g., font and Windows colors) for how the same menu
  133. displays under MOO for Windows.
  134.  
  135. 6.  THE HELP MENU
  136.  
  137. HOW TO USE THIS PROGRAM (F1) displays the MOO.DOC file that
  138. you're now reading.
  139.  
  140. HOW TO EDIT MENU ITEMS (F2) displays the MOO-ED.DOC file.
  141.  
  142. ABOUT MOO gives an "About" box.
  143.  
  144. If you're in limited-menu mode, the first option will display
  145. MOO-LITE.DOC, and the second option won't exist.
  146.  
  147. You can modify these MOO...DOC files, if you save them in a text
  148. (ASCII) format and keep under 8000 bytes.  You can use
  149. MOO-LITE.DOC to tell users about the programs on the computer,
  150. hours of operation, who to contact in case of trouble, etc.
  151.  
  152. Or you could print these files (enter "COPY MOO*.DOC PRN" from
  153. the DOS prompt) and then erase them.
  154.  
  155. 7.  TECHNICAL DETAILS
  156.  
  157. I wrote MOO 3.1 in Borland's Turbo Pascal.  I used Teddy
  158. Matsumoto's DIET to compress MOO1.EXE.  MOO for DOS requires DOS
  159. 3.0 or later, and 200-K available RAM (but can use 0-K RAM when
  160. running a program).  MOO for Windows MOO requires Windows 3.0 or
  161. later (standard or enhanced mode only), and about 60-K available
  162. RAM (plus 150-K more RAM when editing menus).